@charset "UTF-8";
/** inquiry **/
.press .title-section-sub {
  margin-bottom: 30px;
}

.press .g-contents {
  font-size: 14px;
  font-size: 0.875rem;
}

.press-container:not(:first-child) {
  border-top: 1px solid #eef2f3;
  padding-top: 40px;
  margin-top: 60px;
}

.press-container .title {
  margin: 0 0 1em;
  text-align: center;
  color: #00495b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

.press-container .title-local {
  text-align: left;
}

/** プレスリリース **/
.ac-button {
  position: relative;
  margin: 0 0 1px;
  padding: 0.5em 1em;
  background: #eef2f3;
  color: #00495b;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}

.ac-button:before, .ac-button:after {
  content: "";
  width: 0.625em;
  height: 2px;
  background: #00495b;
  position: absolute;
  top: 50%;
  right: 0.9em;
  margin-top: -1px;
}

.ac-button:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.ac-button.-js-slide-toggle-trig-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.ac-contents {
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ac-contents.-js-slide-toggle-open {
  margin-bottom: 2.2em;
}

.press-list {
  list-style: none;
  padding: 0 0 1px;
  margin: 0;
}

.press-list li {
  border-bottom: 1px solid #a3a3a3;
  display: table;
  width: 100%;
  padding: 1.15em 0;
  line-height: 1.7;
}

.press-list li > p {
  display: table-cell;
  margin: 0;
}

.press-list li p span {
  font-size: 0.75rem;
}

.press-list li .date {
  width: 8.572em;
}

.press-list li .icon-pdf {
  color: #00495b;
  font-size: 1.15em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.press-list a {
  text-decoration: none;
  color: inherit;
}

.press-def {
  margin: 0;
  padding-left: 1.5em;
}

.press-def dt {
  margin-top: 1.8em;
  font-weight: bold;
}

.press-def dt:first-of-type {
  margin-top: 1em;
}

.press-def dd {
  margin: 0.4em 0 0 1em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** press_room **/
  .press .title-section-sub {
    margin-bottom: 15px;
  }
  .press .g-contents {
    font-size: 0.75rem;
  }
  .press-container:not(:first-child) {
    padding-top: 25px;
    margin-top: 50px;
  }
  .press-container .title {
    margin: 0 0 1.3em;
    font-size: 0.938rem;
  }
  .press-container .title-local {
    font-size: 0.813rem;
  }
  /** プレスリリース **/
  .press-list li {
    display: block;
    line-height: 1.5;
  }
  .press-list li > p {
    display: block;
  }
  .press-list li .date {
    width: 100%;
  }
  .press-def dt {
    margin-top: 1.7em;
  }
  .press-def dd {
    margin-top: 0.2em;
  }
  .press-def.-about dt {
    margin-top: 1.2em;
  }
}
